@charset "utf-8";
/* CSS Document */
/*登录页面样式 */
body{ background:url(/images/bodybg.jpg) center repeat-y #f5f5f5; margin:0 auto; text-align:center;font-family:宋体,Arial, Helvetica, sans-serif; font-size:12px; color:#404040;}
*{margin:0;padding:0;}
dl,dt,dd,table,tr,td,p,span,label,input,img,h1,h2,h3,h4,h5,h6,form,b,font{margin:0;padding:0;}	
ol,ul,li,dl,dd,dt{margin:0;padding:0;list-style:none;}
img{border:none;}
a:link{ color:#666666; text-decoration:none;}
a:hover{ color:#ff6600; text-decoration:underline;}	
A:visited{ color:#666666; text-decoration:none;}
h2{ font-size:14px;}
h3{ font-size:12px;}
.clr{ clear:both;}
.red{ color:#d50000; font-weight:bold;}

/*顶部到导航*/
#top{ background:url(/images/home_ico.png) repeat-x; height:32px;}
#top .w{margin:0 auto; width:500px; height:32px; line-height:32px;}
#top .collect{ float:left; line-height:30px; height:30px;}
#top .collect span{ background:url(/images/home_ico.png) 0 -65px no-repeat; width:12px; height:14px;}
#top .w a{ color:#404040;}
#top .w ul{ float:left;width:760px;padding-left:280px;}
#top .w ul li{ float:left; color:#acacac; line-height:30px; height:30px;}
#top .w ul .fore1 span .regist{ color:#ff6600;}
#top .w ul .fore2{ background:url(/images/home_ico.png) -25px -31px no-repeat; width:125px; text-indent:55px;}
#top .w ul .line{ background:url(/images/home_ico.png) -148px -62px no-repeat; text-indent:12px; padding-right:10px;width:60px;}

#top .w .weibo{float:left;margin-top:4px;}

#top .w .hd_weixin {

position:relative;
z-index:1010;
display:block;
float:left;
width:37px;
height:37px;
margin-left:0px;
margin-top:0px;
outline:none;
background: url(../images/weixin.jpg) 0px 0px no-repeat;

}
#top .w .hd_weixin_show{
right:42px;
border:1px solid #ccc;
top:24px;
float:right;
cursor:pointer;
position:absolute;
display: none;
width:100px;
right:-40px;
background: #fff;
}
#top .w .hd_weixin_show i{

top:-4px;
position: absolute;
left:50%;
width:6px;
height:4px;
display: block;
background: url(../images/home_imgbg_all.png) 0px -200px no-repeat;

}
#top .w ul .line .hd_weixin_show img{
width:100px;
height:100px;
}









